home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / pc / prg / open.dxr / 00036.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  178 b   |  11 lines

  1. on exitFrame
  2.   global winflg
  3.   if not (the movieRate of sprite 20) = 0 then
  4.     go(the frame)
  5.   else
  6.     if winflg = 1 then
  7.       puppetSound("BIRD.AIF")
  8.     end if
  9.   end if
  10. end
  11.